1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/07/simple.c.txt
2017-08-19 10:15:45 -04:00

4 lines
35 B
Plaintext

void main() {
puts("Simple!");
}