Test Article

go back

Posted on

This is a test article!

This is a quote

This is wild!

#include <stdio.h>
#include <stdlib.h>
int main(int arg, char **argv) {
  puts("Hello, World!");
  return EXIT_SUCCESS;
}
NameAgeCity
Alice25New York
Bob30London
Charlie35San Francisco