mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
9 lines
64 B
Bash
Executable File
9 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gcc -o main main.c
|
|
|
|
dotnet build
|
|
|
|
javac Main.java
|
|
|