# -*- mode: snippet -*-
# name: template
# key: template
# --
#include <stdio>

int main(int argc, char *argv[]){
    $0
}