remove old files, simplify outline

This commit is contained in:
NunoSempere 2023-05-22 19:21:21 -04:00
parent 4419798c18
commit 0bdb94a2d4
16 changed files with 0 additions and 16 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
gcc -std=c99 -Wall -lm hello-world.c -o hello-world

Binary file not shown.

View File

@ -1,7 +0,0 @@
#include <stdlib.h>
#include <stdio.h>
int main(void){
printf("Hello world!\n");
return EXIT_SUCCESS;
}

View File

View File

@ -1 +0,0 @@
print("Hello world")

View File

@ -1 +0,0 @@
console.log("Hello world")

Binary file not shown.

View File

@ -1 +0,0 @@
echo "Hello world"

View File

@ -1,2 +0,0 @@
build: hello_world.nim
nim c hello_world.nim

View File

@ -1 +0,0 @@
print("Hello world!")