dotfiles/emacs.d/snippets/python-mode/data-structures-hw.yasnippet

11 lines
231 B
Text
Raw Normal View History

2022-04-02 17:12:17 -04:00
# -*- mode: snippet -*-
# key : 261
# group: school
# name : data structures hw header
# --
# Name: $1
# OSU Email: $2
# Course: CS261 - Data Structures
# Assignment: $3
# Date: `(format-time-string "%Y-%m-%d")`$0
# Description: $4