Skip to content

Instantly share code, notes, and snippets.

View delor's full-sized avatar
🏠
Working from home

Bartłomiej Piech delor

🏠
Working from home
View GitHub Profile
#include <QtGui/QApplication>
#include <QFile>
#include <QTextStream>
#include <QChar>
#include "mainwindow.h"
#include "neuron.h"
#include "outputstream.h"
QTextStream qout(stdout);
def foo
puts 'foo'
end