summary refs log tree commit diff
path: root/ripple/data/hello.c
blob: a262b3fae724df773067d710294ff252d84d4690 (plain)
1
2
3
4
5
#include <stdio.h>

int main() {
    printf("hello, world!\n");
}