Skip to content

Commit

Permalink
Notebook do projeto CSP Bombeiros
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyM7 authored Sep 5, 2024
1 parent 483827a commit fbe99ae
Showing 1 changed file with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "O_HQHBTvYNuE"
},
"outputs": [],
"source": [
"!git clone https://github.com/RickyM7/meus-estudos-e-testes.git\n",
"%cd meus-estudos-e-testes/projetos/projetos-de-ia/projeto-de-csp-bombeiros"
]
},
{
"cell_type": "code",
"source": [
"# Teste Unitário\n",
"!python CSP_Bombeiros.py"
],
"metadata": {
"id": "O3oHAIq2bq4G"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"!python 'CSP - Bombeiros (Teste de Todas as Entradas).py'"
],
"metadata": {
"id": "tmM80LNxcDjR"
},
"execution_count": null,
"outputs": []
}
]
}

0 comments on commit fbe99ae

Please sign in to comment.