Skip to content

Instantly share code, notes, and snippets.

View dskkato's full-sized avatar

Daisuke Kato dskkato

  • Tokyo
View GitHub Profile
.PHONY: all clean
all: a.out
./a.out
clean:
rm a.out
a.out: main.cpp mystruct.h mystruct.cpp
@echo "Compiling..."
$(CXX) -std=c++14 main.cpp mystruct.cpp -o a.out \
<!DOCTYPE html>
<html>
<head>
<title>My first Vue app</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<div id="app">