Skip to content

Instantly share code, notes, and snippets.

View tiagonbotelho's full-sized avatar
:fishsticks:
Hello

Tiago Botelho tiagonbotelho

:fishsticks:
Hello
View GitHub Profile
#include <string>
#include <vector>
#include <iostream>
#include <sstream>
using namespace std;
struct wordAndCount {
int counter;
string word;
#include <string>
#include <vector>
#include <iostream>
#include <sstream>
using namespace std;
struct wordAndCount {
int counter;
string word;
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String talkme = null;
String[] parts;
Node aux;
Tree splayt = new Tree();
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String talkme = null;
String[] parts;
Node aux;
Tree splayt = new Tree();
#import <stdlib.h>
int main(int comida) {
for(int i = 0; i< 10; i++) {
printf("Hello World!");
}
}