Skip to content

Instantly share code, notes, and snippets.

View Gords's full-sized avatar

Fernando Ramírez Gords

  • Tokyo, Japan
View GitHub Profile
@Gords
Gords / index.html
Created May 7, 2016 21:21
tic tac toe
<h1>Tic Tac Toe</h1>
<table>
<tr>
<td>
<div id="1">/</div>
</td>
<td>
<div id="2">/</div>
</td>
<td>
//
// main.c
// TareaFunciones
//
// Created by Fernando Ramirez on 17/11/14.
// Copyright (c) 2014 Fernando Ramirez. All rights reserved.
//
#include <stdio.h>
int perro(int uno, int dos);