Skip to content

Instantly share code, notes, and snippets.

View PancioCiancio's full-sized avatar

PancioCiancio PancioCiancio

  • 34BigThings
  • Italy
View GitHub Profile
use std::io;
use std::io::Write;
use std::fs::File;
use std::process::Command;
#[derive(Debug, Clone, Copy)]
enum DataType {
Int,
Ptr,
Bool,