hellos

A Rough OS.

View the Project on GitHub

Test for code

print c code

#include <stdio.h>

int main(void)
{
  printf("Hello World!");
  return 0;
}

print Python code

print("Hello Python.")

Test for image

vim

test in docs