Files
2026-06-03 00:51:18 +01:00

6 lines
67 B
Python
Executable File

#!/bin/bash
gcc -g -c wapp/wapp.c
g++ *.o main.cpp -o main
rm *.o